home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
misc
/
amag
/
AM9411_6.lha
/
XASS 64
/
XAss 1.0
/
Include
/
IncludeAll.inc
< prev
next >
Wrap
Text File
|
1992-02-07
|
435b
|
22 lines
; **************************
; *** IncludeAll.inc ***
; **************************
; Includedatei für CrossAss V1.0. Bindet alle Bibliotheken ein.
.if !,BROM_ok
.include "INCLD:Basic-ROM.inc"
.endif
.if !,KROM_ok
.include "INCLD:Kernel-ROM.inc"
.endif
.if !,VIC_ok
.include "INCLD:VIC.inc"
.endif
.if !,CIA_ok
.include "INCLD:CIA.inc"
.endif
.if !,SID_ok
.include "INCLD:SID.inc"
.endif